vcBehaviors - Module

vcBehaviors module.

See in: Overview

Classes (top-level): vcActionConnectionType, vcAxisAlignType, vcBehaviorType, vcInterpolationType, vcJogInfoCursorAction, vcLanguageType, ... (see more)
vcActionConnectionType
vcAxisAlignType
vcBehaviorType
vcInterpolationType
vcJogInfoCursorAction
vcLanguageType
vcMotionDirection
vcMotionState
vcNodeAssemblyGrabMode
vcRoutingComponentMethod
vcSignalConnectionType
vcSignalMapDirection
vcSimInterfaceFieldType
vcStatisticsState
vcTriggerPosition
vcVolumeSensorTestMethod
vcObject

Enums: vcActionConnectionType, vcAxisAlignType, vcBehaviorType, vcInterpolationType, vcJogInfoCursorAction, vcLanguageType, ... (see more)
vcActionConnectionType
vcAxisAlignType
vcBehaviorType
vcInterpolationType
vcJogInfoCursorAction
vcLanguageType
vcMotionDirection
vcMotionState
vcNodeAssemblyGrabMode
vcRoutingComponentMethod
vcSignalConnectionType
vcSignalMapDirection
vcSimInterfaceFieldType
vcStatisticsState
vcTriggerPosition
vcVolumeSensorTestMethod

Example: Import vcBehaviors

"""Import module with an alias name."""
import vcBehaviors as vc_beh

Example: Create New Behavior

""" This example shows how to create a new behavior. """

import vcCore as vc
import vcBehaviors as vc_beh

comp = vc.getComponent()
sensor_signal = comp.createBehavior(vc_beh.vcBehaviorType.BOOLEAN_SIGNAL, "SensorSignal")